projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1abfd3e
)
gnus-registry.el: Silence XEmacs byte compiler
author
David Engster
<deng@randomsample.de>
Sun, 24 Feb 2013 22:44:49 +0000
(22:44 +0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Sun, 24 Feb 2013 22:44:49 +0000
(22:44 +0000)
lisp/gnus/gnus-registry.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-registry.el
b/lisp/gnus/gnus-registry.el
index d4764c08fde110e7cafe8f87d21c01884d22d385..5a7dfd82d286293d7c58d09755e3516e96a5384d 100644
(file)
--- a/
lisp/gnus/gnus-registry.el
+++ b/
lisp/gnus/gnus-registry.el
@@
-87,6
+87,12
@@
(require 'easymenu)
(require 'registry)
+;; Silence XEmacs byte compiler, which will otherwise complain about
+;; call to `eieio-persistent-read'.
+(when (featurep 'xemacs)
+ (byte-compiler-options
+ (warnings (- callargs))))
+
(defvar gnus-adaptive-word-syntax-table)
(defvar gnus-registry-dirty t